home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / PCHome.exe / scripts / DefineButton2_35 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-12-04  |  341 b   |  20 lines

  1. on(release){
  2.    tellTarget("../../welcome")
  3.    {
  4.       gotoAndStop("blank");
  5.    }
  6.    tellTarget("../../CreditsConsole")
  7.    {
  8.       gotoAndStop("ActiveMenu");
  9.    }
  10.    tellTarget("../../")
  11.    {
  12.       call("CloseAllMenus");
  13.    }
  14.    tellTarget("../../menu" add _name)
  15.    {
  16.       gotoAndStop("JumpPoint");
  17.       play();
  18.    }
  19. }
  20.